DatabaseRecord.BooleanColumn Function

Parameter is the column name. Sets the specified field to the specified boolean value.

Syntax

result = DatabaseRecord.BooleanColumn( Name )

Parameters

Name

String

Return Value

Result

Boolean

Notes

The REALSQLdatabase inserts 0 for False and 1 for True.